@charset "utf-8";
/* CSS Document */
/*2021.06.17 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.box{
	overflow: hidden;
	
}

.container{
	/*max-width: 1440px;
	width: 90%;*/
	
}

/*顶部弹出搜索样式*/

/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}
.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	font-style: normal;
	border-bottom-color: #b47e3b;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #b47e3b;
	color: #fff;
}


/*顶部弹出样式 end*/
.topbg{
	background: #4a3719 url(../images/topbg.jpg) no-repeat center top ;
	background-size: cover;
	min-height:155px;
}
.wc-top{
	
}

.top-right{
	
}
.logo{
	padding-top: 25px;
}
.searchbg{
	background: url(../images/searchbg.png) no-repeat center top;
	width: 241px;
	height: 43px;
	
}
 .searchbg .inp-text{
	background: none;
	border: none;
	width: 200px;
	padding-left: 5px;
	color: #fff;
	line-height: 43px;
	
}
 .searchbg .inp-but{
	background: none;
	border: none;
	width: 40px;
	height: 40px;
}

.top-right .ul1 ul li{
	float: left;
	text-align: center;
	
}
.top-right .ul1 ul li a{
	color: #fff;
	font-size: 16px;
	padding-top: 6px;
}
.top-right .ul1 ul li.li1 {
	background: url(../images/enbg1.png) no-repeat center top ;
	height: 72px;
	width: 74px;
}

.top-right .ul1 ul li.li2{
	background: url(../images/serbg1.png) no-repeat center top ;
	height: 72px;
	width: 74px;
	padding-top: 16px;
}




/*top end*/


.wc-menu{
	min-height: 48px;
	padding-top: 8px;
}
.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   
}
.wc-menu ul li{
	line-height:48px;	  
	position: relative;	
	/*居中并且转为table-cell*/
	text-align: center;   
	display: table-cell;
	/*float: left;*/
	list-style: none;
}

.wc-menu ul li a{
	font-size: 16px;
	color: #fff;
     position: relative;
	line-height:48px;	 
	display:inline-block;
   transition: all 0.2s;
font-weight: lighter;
	text-decoration: none;
	border-bottom: 3px solid transparent;

}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{

border-bottom: 3px solid #fff;

}
 .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
border-bottom: 3px solid #fff;
}
.wc-menu ul li a:hover{
		border-bottom: 3px solid #fff;
}


.wc-menu ul li a.active,.wc-menu ul li a:hover{
	border-bottom: 3px solid #fff;
	
}


.wc-menu ul li .ernav{
	position: absolute;
	/*position: relative;*/
	left: 0px;
	top: 100%;
	background:#4a3719;
	width: 200px;
	min-width: 100%;
	z-index: 111 !important;
	display: none;	
	opacity: 0.8;
}
.wc-menu ul li .ernav ul li{
	/*text-align: center;*/
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            	
	background: none;
	text-align: left;	
	line-height: 34px;
	border: none;
	border-bottom: 1px solid #f3edeb;
}
.wc-menu ul li .ernav ul li:last-child{
	border-bottom: none;
}
.wc-menu ul li .ernav ul li a{
	line-height: 26px;
	font-size: 14px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 20px;
	border-bottom:none;
	font-weight: normal;
}
.wc-menu ul li .ernav ul li a:hover{
	background: #583f18;
	
}

/*menu End*/
img{
	max-width: 100%;
	
}
/* 本例子css */
.banner {

	
}

.banner img {
	cursor: pointer;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
	
}
.banner .swiper-wrapper{
	
	width: 100%;
	height: 100%;
}


.banner .swiper-container .swiper-slide {
	position: relative;
	
	}
.banner .swiper-container .swiper-slide .btt{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
        background: linear-gradient( 45deg, rgb(0 0 0 / 60%) 60%, rgb(255 255 255 / 0%) 80%);
    padding: 20px 0;
}
.banner .swiper-container .swiper-slide .btt h4{
	font-size: 38px;
	color: #fff;
text-align: left;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;

            width: 80%;

}
.banner .swiper-pagination {
	overflow: hidden;
	zoom: 1;
	text-align: right;
	bottom: 25px;
        right: 0;
	padding-right: 20px;
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	
	background: #787777;
	cursor: pointer;
	color: transparent;
	border-radius: 100%;
	opacity:1;
	margin-left: 35px !important;
}

.banner .swiper-pagination-bullet-active {
	background: #ffcf6e;
	opacity: 1;
}
/*banner end*/

/*news*/
.news{
	background:url(../images/nbg1.jpg) no-repeat center top;
	padding: 40px 0 40px;
	min-height: 396px;
	background-size: cover;
}
.new-top{
	
}
.new-top h4{
	float: left;
	font-size: 32px;
	color: #333;
	
}
.new-top h4 img{
	padding-right: 5px;	
        vertical-align: -5px;
}
.new-top a{
	float: right;
	font-size: 14px;
	color: #7b051f;
	margin-top: 10px;
}

.new-left{
	
	
}
.new-lcon{
	padding-top: 16px;
}
.new-lcon .swiper-slide {
	
		padding:5px 5px 10px;
}
.new-lcon .new-box{
		
		/*padding: 10px;*/
		  transform: scale(1.0); transition: all 0.4s ease-out;
}
.new-lcon a{
	text-decoration: none;
	
display: block;

	
}
.new-lcon .re-tt{
	padding: 0 6px 5px;
	
}
.new-lcon .re-tt span{
	font-size: 16px;
	color: #7d7261;

	display: block;
	
}
.new-lcon .re-tt p{
	margin: 10px 0px 5px;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
}

.new-lcon .new-box:hover{
	 box-shadow: 0px 2px 7px 3px #ccc;
    transform: scale(1.02); transition: all 0.4s ease-out;
    cursor: pointer;
}


.notice-right .new-top h4 img{
    padding-right: 10px;
}

.new-right{
	margin-top:-8px;
}
.new-right ul li{
	
	padding: 23px 0px 13px;
	border-bottom: 1px solid #e0da8c;
}
.new-right ul li .li-date{
	
	text-align: center;
	width: 47px;
}
.new-right ul li .li-date p{
	color: #7a5926;
	font-size: 24px;
	
}
.new-right ul li .li-date span{
 font-size: 18px;
 color: #7a5926;
 margin-top: -3px;
 display: block;
}

.new-right ul li a{
	text-decoration: none;
	
}
.new-right ul li .li-tt{
	width: 80%;
	
}

.new-right ul li .li-tt p{
	
	font-size: 16px;
	color: #333;
	line-height: 25px;
	
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
	
}
.new-right ul li:hover{
	border-bottom: 1px solid #ae8442;
	cursor: pointer;
	
}

/*news end*/

.xuebg{
	background: url(../images/nbg2.jpg) no-repeat center top;
	background-size: cover;
	min-height: 383px;
	padding: 60px 0;
}
.xuebg .sem-top{
	
}
.xuebg .sem-top h4{
	text-align: center;
}
.xuebg .sem-top h4 img{
	display: inline-block;
	
}
.xuebg .sem-top h4 span{
	display: block;
	font-size: 32px;
	color: #333;
	padding-top: 7px;
	
	
}
.xuebg .sem-top a{
	display: block;
	color: #7b051f;
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 60px;
}
.sem-con{
	margin-top: 25px;
	
}
.sem-con .swiper-container{
	width: 100%;
	height: 100%;
}
.sem-con .swiper-container .new-box{
	background: #fff;
	border:1px solid #e0da8c;
	padding: 23px;
	
	
}
.sem-con .swiper-container .new-box a{
	display: block;
	text-decoration: none;
	
}
.sem-con .swiper-container .new-box a .se-img{
	width: 60px;
}
.sem-con .swiper-container .new-box a .se-img img{
	border-radius: 100%;
	border: 2px solid #6b0d00;
}
.sem-con .swiper-container .new-box a .sm-tt{
	width: 77%;
	
}
.sem-con .swiper-container .new-box a .sm-tt h4{
	
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin-bottom: 10px;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.sem-con .swiper-container .new-box a .sm-tt p{
	font-size: 14px;
	color: #7d7261;
	line-height: 20px;
}
.sem-con .swiper-container .swiper-pagination{
	
}
.sem-con .swiper-container .new-box:hover{
	border: 1px solid #c8c274;
}

/**/


.footer{
	min-height: 50px;
	background:url(../images/nbg3.jpg) no-repeat center bottom;
	background-size: cover;
	
	padding: 20px 0 35px;	
}
.flink{
	padding-bottom: 30px;
	border-bottom: 1px solid #65625f;
	margin-bottom: 30px;
}
.flink ul{
	
}
.flink ul li{
	text-align: center;
	
}

.flink ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration:none;
	border: 2px solid #b08747;
	height: 48px;
	line-height: 42px;
	position: relative;
}
.flink ul li a i.i1{
	position: absolute;
	left: 6px;
	top: -6px;
	opacity: 0;
}
.flink ul li a i.i2{
	position: absolute;
	right: 6px;
	bottom: -6px;
	opacity: 0;
}
.flink ul li a:hover i.i1{
	opacity: 1;
}
.flink ul li a:hover i.i2{
	opacity: 1;
}

.flink ul li:nth-child(2) a{
	line-height: 20px;       
    padding: 0 33px;
	
}
.flink ul li:nth-child(2) a i.i1{
	top: 3px;
	
}
.flink ul li:nth-child(2) a i.i2{
	
	bottom: 3px;
}


.flink ul li a:hover{
	border: none;
	padding: 2px;
	background:url(../images/fimg1.jpg) no-repeat center bottom;
	background-size: cover;
}

.flink ul li:nth-child(2) a:hover{
	padding: 2px 33px;
}

.f-left p{
	font-size: 16px;
	color: #fff;
	
	line-height: 31px;
}
.f-left p a{
	font-size: 16px;
	color: #fff;
	
}
.footer2 h4{
	font-size: 18px;
	color: #fff;
	margin-bottom: 22px;
}
.footer2 ul li a{
	font-size: 16px;
	color: #fff;
	
}
.footer2 ul li{
	line-height: 31px;
}
.f-right p{
	font-size: 16px;
	color: #fff;
	text-align: right;
	margin-top: 30px;
}





/*.wc-copyEnd*/

@media (min-width: 1200px){
.container {
    width: 1170px;
}

}

@media (min-width: 1230px){
.container {
    width: 1200px;
}

}


@media (max-width: 1277px) {

.flink ul li:nth-child(2) a{
   padding:0;
}

}


@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/

	.banner .swiper-pagination-bullet{
		margin-left: 12px !important;
		width: 12px;
		height: 12px;
	}
.banner .swiper-pagination{
	bottom: 10px;
}	
.banner .swiper-container .swiper-slide .btt h4{
	font-size: 30px;

}	

.new-top h4{
	font-size: 30px;
	
}

.xuebg .sem-top h4 span{
	font-size: 30px;
	
}
.new-right {
    margin-top: 1px;
}
.new-right ul li {
    padding: 11px 0px 10px;
   
}
.news{
	min-height: 326px;
}
.sem-con .swiper-container .new-box a .sm-tt {
    width: 72%;
}
.xuebg{
	padding: 40px 0;
}




.f-left p{
	font-size: 14px;
}
.f-right p{
	font-size: 14px;
	
}
.footer2 ul li a{
	font-size: 15px;
}


}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/
   
   .container{
	width: 94%;
}
.new-lcon .re-tt {
    padding: 6px 8px;
}
.new-lcon .re-tt p{
	margin-top: 5px;
}

   
.banner .swiper-container .swiper-slide .btt h4 {
    font-size: 24px;
    -webkit-line-clamp: 1;
}

.new-top h4 {
    font-size: 26px;
}

.xuebg .sem-top h4 span{
	font-size: 26px;
	
}
.flink ul li{
	margin-bottom: 15px;
}
.flink {
	padding-bottom: 12px;
}
.f-right{
	margin-top: 20px;
}
.f-right p{
	text-align: left;
	margin-top: 0;
}
.footer{
	padding-top: 30px;
}
.news{
	padding: 25px 0;
}
.xuebg{
	padding: 25px 0;
}




}


@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
.right-nr table td, .right-nr table th {
    white-space: nowrap;
}
.container{
	width: 100%;
}

.banner .swiper-pagination-bullet {
    margin-left: 10px !important;
    width: 10px;
    height: 10px;
}
.banner .swiper-container .swiper-slide .btt{
    padding: 10px 0;
}
.banner .swiper-container .swiper-slide .btt h4 {
    font-size:16px;
}


.xuebg{
	min-height: 300px;
}
.new-lcon {
    padding-top: 10px;
}
.new-lcon .swiper-container{
	padding-bottom: 10px;
	
}
.new-lcon .swiper-container .swiper-pagination-bullet-active{
	background: #b08747;
}


.new-top h4{
	font-size: 22px;
}
.new-left{
	margin-bottom: 10px;
}
.new-right ul li .li-tt {
    width: 83%;
}
.xuebg .sem-top h4 span{
	font-size: 22px;
	
}
.news{
	padding-bottom: 35px;
	
}
.sem-con {
    margin-top: 15px;
}
.sem-con .swiper-container{
	padding-bottom:30px;
}
.sem-con .swiper-container .swiper-pagination-bullet-active{
	background: #b08747;
}
.sem-con .swiper-container .swiper-pagination{
	bottom: 0;
}
.xuebg{
	padding: 20px 0;
}



















.footer{
	text-align: center;
	padding: 20px 0 25px;
}
.footer h4{
	
	margin-bottom:10px;
}
.f-mid{
	margin: 10px 0;
}
.f-left p{
	font-size: 16px;
}
.f-right{
	margin-top: 0px;
	text-align: center;
}
.f-right p{
	text-align: center;
}


}
















